Skip to content

Commit

Permalink
versioning 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuwon committed Jan 2, 2018
1 parent 3d2ca41 commit 6b6b04c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.7.{build}
version: 0.8.{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.7.0</version>
<version>0.8.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.7.0</version>
<version>0.8.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="net461">
<dependency id="Khala.Processes.Abstraction" version="0.7.0" exclude="build,analyzers" />
<dependency id="Khala.Messaging.Abstraction" version="0.16.1" exclude="build,analyzers" />
<dependency id="Khala.Processes.Abstraction" version="0.8.0" exclude="build,analyzers" />
<dependency id="Khala.Messaging.Abstraction" version="0.17.0" exclude="build,analyzers" />
<dependency id="EntityFramework" version="6.1.0" exclude="build,analyzers" />
</group>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions nuget/Khala.Processes.SqlCore.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.SqlCore</id>
<version>0.7.1</version>
<version>0.8.0</version>
<title>Khala.Processes.SqlCore</title>
<authors>Gyuwon</authors>
<owners>Gyuwon</owners>
Expand All @@ -15,8 +15,8 @@
<tags>Khala Process Manager Saga</tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Khala.Processes.Abstraction" version="0.7.0" exclude="build,analyzers" />
<dependency id="Khala.Messaging.Abstraction" version="0.16.1" exclude="build,analyzers" />
<dependency id="Khala.Processes.Abstraction" version="0.8.0" exclude="build,analyzers" />
<dependency id="Khala.Messaging.Abstraction" version="0.17.0" exclude="build,analyzers" />
<dependency id="Microsoft.EntityFrameworkCore" version="2.0.0" exclude="build,analyzers" />
</group>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard1.3</TargetFramework>
<RootNamespace>Khala</RootNamespace>
<Authors>Gyuwon</Authors>
<Version>0.7.0</Version>
<Version>0.8.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
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.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Khala</RootNamespace>
<Authors>Gyuwon</Authors>
<Version>0.7.1</Version>
<Version>0.8.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit 6b6b04c

Please sign in to comment.