Skip to content

Commit

Permalink
builds 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed May 30, 2018
1 parent 027651b commit d0c2aee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<build>
<project id="Smidge" version="3.0.0" prerelease=""/>
<project id="Smidge" version="3.0.1" prerelease=""/>
<project id="Smidge.Nuglify" version="2.0.0" prerelease=""/>
</build>
3 changes: 1 addition & 2 deletions src/Smidge.Nuglify/Smidge.Nuglify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<AssemblyTitle>Smidge.Nuglify</AssemblyTitle>
<Description>A Nuglify engine for Smidge</Description>
<VersionPrefix>2.0.0</VersionPrefix>
<Copyright>Copyright © Shannon Deminick 2017</Copyright>
<Copyright>Copyright © Shannon Deminick 2018</Copyright>
<Authors>Shannon Deminick</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Smidge.Nuglify</AssemblyName>
Expand All @@ -14,7 +14,6 @@
<PackageIconUrl>https://raw.githubusercontent.com/Shazwazza/Smidge/master/assets/logo-nuget.png</PackageIconUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/Shazwazza/Smidge/</RepositoryUrl>
<VersionSuffix>beta01</VersionSuffix>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Smidge\Smidge.csproj" />
Expand Down
7 changes: 3 additions & 4 deletions src/Smidge/Smidge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<AssemblyTitle>Smidge</AssemblyTitle>
<Description>A lightweight ASP.Net Core library for runtime CSS and JavaScript file management, minification, combination &amp; compression</Description>
<VersionPrefix>3.0.0</VersionPrefix>
<Copyright>Copyright © Shannon Deminick 2017</Copyright>
<VersionPrefix>3.0.1</VersionPrefix>
<Copyright>Copyright © Shannon Deminick 2018</Copyright>
<Authors>Shannon Deminick</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Smidge</AssemblyName>
Expand All @@ -14,14 +14,13 @@
<PackageIconUrl>https://raw.githubusercontent.com/Shazwazza/Smidge/master/assets/logo-nuget.png</PackageIconUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/Shazwazza/Smidge/</RepositoryUrl>
<VersionSuffix>beta01</VersionSuffix>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.0.0" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
Expand Down

0 comments on commit d0c2aee

Please sign in to comment.