Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed May 21, 2019
1 parent be79539 commit c3a6305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CSharpMinifier/CSharpMinifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>7.3</LangVersion>
<VersionPrefix>1.0.2</VersionPrefix>
<VersionPrefix>1.0.3</VersionPrefix>
<Copyright>Copyright © 2019 Atif Aziz. All rights reserved.</Copyright>
<Description>C# Minification Library</Description>
<Authors>Atif Aziz</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/CSharpMinifierConsole/CSharpMinifierConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<VersionPrefix>1.0.2</VersionPrefix>
<VersionPrefix>1.0.3</VersionPrefix>
<PackAsTool>true</PackAsTool>
<ToolCommandName>csmin</ToolCommandName>
<LangVersion>7.2</LangVersion>
Expand Down

0 comments on commit c3a6305

Please sign in to comment.