Skip to content

Commit

Permalink
versioning 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuwon committed Oct 2, 2017
1 parent a895785 commit dc232a3
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.{build}
version: 0.3.{build}
image: Visual Studio 2017
configuration: Release
before_build:
Expand Down
2 changes: 1 addition & 1 deletion nuget/Khala.Processes.Abstraction.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Khala.Processes.Abstraction</id>
<version>0.2.0</version>
<version>0.3.0</version>
<title>Khala.Processes.Abstraction</title>
<authors>Gyuwon</authors>
<owners>Gyuwon</owners>
Expand Down
6 changes: 3 additions & 3 deletions nuget/Khala.Processes.Sql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Khala.Processes.Sql</id>
<version>0.2.0</version>
<version>0.3.0</version>
<title>Khala.Processes.Sql</title>
<authors>Gyuwon</authors>
<owners>Gyuwon</owners>
Expand All @@ -15,8 +15,8 @@
<tags>Khala Process Manager Saga</tags>
<dependencies>
<group targetFramework="net45">
<dependency id="Khala.Processes.Abstraction" version="0.1.0" exclude="build,analyzers" />
<dependency id="Khala.Messaging.Abstraction" version="0.14.0" exclude="build,analyzers" />
<dependency id="Khala.Processes.Abstraction" version="0.3.0" exclude="build,analyzers" />
<dependency id="Khala.Messaging.Abstraction" version="0.15.0" exclude="build,analyzers" />
<dependency id="EntityFramework" version="6.1.0" exclude="build,analyzers" />
</group>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netstandard1.1</TargetFramework>
<RootNamespace>Khala</RootNamespace>
<Authors>Gyuwon</Authors>
<Version>0.3.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
12 changes: 6 additions & 6 deletions source/Khala.Processes.Sql/Khala.Processes.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="Khala.Messaging.Abstraction, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Khala.Messaging.Abstraction.0.14.0\lib\netstandard1.1\Khala.Messaging.Abstraction.dll</HintPath>
<Reference Include="Khala.Messaging.Abstraction, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Khala.Messaging.Abstraction.0.15.0\lib\netstandard1.1\Khala.Messaging.Abstraction.dll</HintPath>
</Reference>
<Reference Include="Khala.Messaging.Contracts, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Khala.Messaging.Contracts.0.14.0\lib\netstandard1.1\Khala.Messaging.Contracts.dll</HintPath>
<Reference Include="Khala.Messaging.Contracts, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Khala.Messaging.Contracts.0.15.0\lib\netstandard1.1\Khala.Messaging.Contracts.dll</HintPath>
</Reference>
<Reference Include="Khala.TransientFaultHandling, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Khala.TransientFaultHandling.0.10.0\lib\netstandard1.1\Khala.TransientFaultHandling.dll</HintPath>
<Reference Include="Khala.TransientFaultHandling, Version=0.11.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Khala.TransientFaultHandling.0.11.0\lib\netstandard1.1\Khala.TransientFaultHandling.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions source/Khala.Processes.Sql/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
[assembly: AssemblyCopyright("Copyright Gyuwon 2017")]
[assembly: ComVisible(false)]
[assembly: Guid("aaa2bae1-441c-46bb-a2ed-50eb8e233031")]
[assembly: AssemblyVersion("0.1.1.0")]
[assembly: AssemblyFileVersion("0.1.1.0")]
[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
6 changes: 3 additions & 3 deletions source/Khala.Processes.Sql/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EntityFramework" version="6.1.0" targetFramework="net45" />
<package id="Khala.Messaging.Abstraction" version="0.14.0" targetFramework="net45" />
<package id="Khala.Messaging.Contracts" version="0.14.0" targetFramework="net45" />
<package id="Khala.TransientFaultHandling" version="0.10.0" targetFramework="net45" />
<package id="Khala.Messaging.Abstraction" version="0.15.0" targetFramework="net45" />
<package id="Khala.Messaging.Contracts" version="0.15.0" targetFramework="net45" />
<package id="Khala.TransientFaultHandling" version="0.11.0" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="StyleCop.Analyzers" version="1.0.2" targetFramework="net45" developmentDependency="true" />
</packages>
12 changes: 6 additions & 6 deletions source/Khala.Processes.Tests/Khala.Processes.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
<Reference Include="FluentAssertions.Core, Version=4.19.4.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
<HintPath>..\packages\FluentAssertions.4.19.4\lib\net45\FluentAssertions.Core.dll</HintPath>
</Reference>
<Reference Include="Khala.Messaging.Abstraction, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Khala.Messaging.Abstraction.0.14.0\lib\netstandard1.1\Khala.Messaging.Abstraction.dll</HintPath>
<Reference Include="Khala.Messaging.Abstraction, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Khala.Messaging.Abstraction.0.15.0\lib\netstandard1.1\Khala.Messaging.Abstraction.dll</HintPath>
</Reference>
<Reference Include="Khala.Messaging.Contracts, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Khala.Messaging.Contracts.0.14.0\lib\netstandard1.1\Khala.Messaging.Contracts.dll</HintPath>
<Reference Include="Khala.Messaging.Contracts, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Khala.Messaging.Contracts.0.15.0\lib\netstandard1.1\Khala.Messaging.Contracts.dll</HintPath>
</Reference>
<Reference Include="Khala.TransientFaultHandling, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Khala.TransientFaultHandling.0.10.0\lib\netstandard1.1\Khala.TransientFaultHandling.dll</HintPath>
<Reference Include="Khala.TransientFaultHandling, Version=0.11.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Khala.TransientFaultHandling.0.11.0\lib\netstandard1.1\Khala.TransientFaultHandling.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\MSTest.TestFramework.1.1.18\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
Expand Down
6 changes: 3 additions & 3 deletions source/Khala.Processes.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<package id="Castle.Core" version="4.1.1" targetFramework="net45" />
<package id="EntityFramework" version="6.1.0" targetFramework="net45" />
<package id="FluentAssertions" version="4.19.4" targetFramework="net45" />
<package id="Khala.Messaging.Abstraction" version="0.14.0" targetFramework="net45" />
<package id="Khala.Messaging.Contracts" version="0.14.0" targetFramework="net45" />
<package id="Khala.TransientFaultHandling" version="0.10.0" targetFramework="net45" />
<package id="Khala.Messaging.Abstraction" version="0.15.0" targetFramework="net45" />
<package id="Khala.Messaging.Contracts" version="0.15.0" targetFramework="net45" />
<package id="Khala.TransientFaultHandling" version="0.11.0" targetFramework="net45" />
<package id="Moq" version="4.7.99" targetFramework="net45" />
<package id="MSTest.TestAdapter" version="1.1.18" targetFramework="net45" />
<package id="MSTest.TestFramework" version="1.1.18" targetFramework="net45" />
Expand Down

0 comments on commit dc232a3

Please sign in to comment.