Skip to content

Commit

Permalink
Bump assemblies to v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MOARdV committed Jun 11, 2015
1 parent 774f248 commit ad358db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RasterPropMonitor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Global
$36.inheritsSet = Mono
$36.inheritsScope = text/plain
$36.scope = text/plain
version = 0.20.0
version = 0.21.0
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion RasterPropMonitor/RasterPropMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>JSI</RootNamespace>
<AssemblyName>RasterPropMonitor</AssemblyName>
<ReleaseVersion>0.20.0</ReleaseVersion>
<ReleaseVersion>0.21.0</ReleaseVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<CodePage>65001</CodePage>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Now this is the actual version number with build number.
// As I release newer ones, I'll bump them manually.
// Build number is altered automatically.
[assembly: AssemblyFileVersion("0.20.0")]
[assembly: AssemblyFileVersion("0.21.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down

0 comments on commit ad358db

Please sign in to comment.