Skip to content

Commit

Permalink
Release 2.0.0-rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity00 committed Jan 28, 2019
1 parent a49bc50 commit d7248f4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>2.0.0.17265</FileVersion>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0.19028</FileVersion>
<VersionPrefix>2.0.0-rc01</VersionPrefix>
</PropertyGroup>

Expand All @@ -43,3 +43,4 @@




Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>2.0.0.17265</FileVersion>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0.19028</FileVersion>
<VersionPrefix>2.0.0-rc01</VersionPrefix>
</PropertyGroup>

Expand All @@ -52,3 +52,4 @@




5 changes: 3 additions & 2 deletions src/SimpleSoft.Mediator/SimpleSoft.Mediator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>2.0.0.17265</FileVersion>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0.19028</FileVersion>
<VersionPrefix>2.0.0-rc01</VersionPrefix>
</PropertyGroup>

Expand All @@ -47,3 +47,4 @@




4 changes: 2 additions & 2 deletions tools/UpdateAllVersions.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = "Stop"

$assemblyVersion = "1.0.0"
$assemblyFileVersion = "2.0.0.17265"
$assemblyVersion = "2.0.0"
$assemblyFileVersion = "2.0.0.19028"
$assemblyInformationalVersion = "2.0.0-rc01"

Write-Host "Updating project versions..."
Expand Down

0 comments on commit d7248f4

Please sign in to comment.