Skip to content

Commit

Permalink
Fixes for release (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
greathouse authored Jul 2, 2024
1 parent 0f1df12 commit 6f2993a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .openapi-generator/templates/netcore_project.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<RootNamespace>{{packageName}}</RootNamespace>
<Version>{{packageVersion}}</Version>
<NuspecProperties>version=$(Version)</NuspecProperties>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AssemblyVersion>1.0.0</AssemblyVersion>
<LangVersion>11.0</LangVersion>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\{{packageName}}.xml</DocumentationFile>{{#licenseId}}
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "dotnet pack src/BasisTheory.net.sln -o output -c Release -p:PackageVersion=${nextRelease.version} /p:AssemblyVersion=${nextRelease.version}"
"prepareCmd": "dotnet pack BasisTheory.net.sln -o output -c Release -p:PackageVersion=${nextRelease.version} /p:AssemblyVersion=${nextRelease.version}"
}
],
[
Expand Down
1 change: 0 additions & 1 deletion src/BasisTheory.net/BasisTheory.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<RootNamespace>BasisTheory.net</RootNamespace>
<Version>1.0.0</Version>
<NuspecProperties>version=$(Version)</NuspecProperties>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AssemblyVersion>1.0.0</AssemblyVersion>
<LangVersion>11.0</LangVersion>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\BasisTheory.net.xml</DocumentationFile>
Expand Down

0 comments on commit 6f2993a

Please sign in to comment.