Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kfrancis committed Mar 21, 2019
1 parent 1039d45 commit 435715d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 146 deletions.
136 changes: 0 additions & 136 deletions .nuget/NuGet.targets

This file was deleted.

4 changes: 2 additions & 2 deletions Source/ChargifyDotNet/ChargifyDotNet.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45;net40</TargetFrameworks>
Expand All @@ -19,9 +19,9 @@
<!--<VersionSuffix>beta1</VersionSuffix>-->
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>1.2.5</Version>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="Data\ISO_3166-1_list_en.xml" />
</ItemGroup>
Expand Down
7 changes: 0 additions & 7 deletions Source/ChargifyNetSample.Web/ChargifyNetSample.Web.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -449,13 +449,6 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.2.6",
"version": "1.3.2",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
Expand Down

0 comments on commit 435715d

Please sign in to comment.