Skip to content

Commit

Permalink
changed version number config file name. (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozts2005 authored Oct 9, 2021
1 parent 9ffe069 commit bddb6a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GitVersionConfig.yaml → GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ mode: ContinuousDeployment
tag-prefix: '[vV]'
build-metadata-padding: 0
legacy-semver-padding: 0
continuous-delivery-fallback-tag: alpha
continuous-delivery-fallback-tag: rc
commit-message-incrementing: Enabled
6 changes: 3 additions & 3 deletions src/ZendeskApi_v2.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZendeskApi_v2", "ZendeskApi_v2\ZendeskApi_v2.csproj", "{5E961B79-3175-468E-BFDA-41FE9842D78A}"
EndProject
Expand All @@ -10,7 +10,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{DC18BBC5-665C-4A9F-8E17-418CBFE2BEB6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
..\GitVersionConfig.yaml = ..\GitVersionConfig.yaml
..\GitVersion.yml = ..\GitVersion.yml
global.json = global.json
EndProjectSection
EndProject
Expand Down
3 changes: 1 addition & 2 deletions src/ZendeskApi_v2/ZendeskApi_v2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks> <!---->
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<NoWarn>1701;1702;NU5105;NU1605;NU1701;$(NoWarn)</NoWarn>
</PropertyGroup>

Expand All @@ -50,7 +50,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>-->
<!--<PackageReference Include="Nerdbank.GitVersioning" Version="3.0.4-beta" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers" />-->
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>

Expand Down

0 comments on commit bddb6a8

Please sign in to comment.