Skip to content

Commit

Permalink
Updates before the release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
turgayozgur committed Oct 14, 2017
1 parent b55d21e commit 0298e45
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 1.0.1-beta-{build}
version: 1.0.2

pull_requests:
do_not_increment_build_number: true
Expand Down
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ revision=$(printf %04d $APPVEYOR_BUILD_NUMBER)

# pack
for path in src/*; do
dotnet pack ${path} -c Release -o "..\..\artifacts" --version-suffix="beta-${revision}" --no-build
dotnet pack ${path} -c Release -o "..\..\artifacts" --no-build
done
2 changes: 1 addition & 1 deletion src/Tossit.Core/Tossit.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Description>Core library for tossit.</Description>
<Copyright>Copyright (c) 2017 Turgay Özgür</Copyright>
<Authors>Turgay Özgür</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Tossit.RabbitMQ/Tossit.RabbitMQ.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Description>RabbitMQ implementation to using with Tossit.</Description>
<Copyright>Copyright (c) 2017 Turgay Özgür</Copyright>
<Authors>Turgay Özgür</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Tossit.WorkQueue/Tossit.WorkQueue.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Description>Library to disturbuted job/worker logic.</Description>
<Copyright>Copyright (c) 2017 Turgay Özgür</Copyright>
<Authors>Turgay Özgür</Authors>
Expand Down

0 comments on commit 0298e45

Please sign in to comment.