Skip to content

Commit 07c7a02

Browse files
authored
Merge pull request #7 from authzed/3-add-nuget-release
Add Nuget release process
2 parents 9daf07f + 6d77f75 commit 07c7a02

File tree

7 files changed

+62
-8
lines changed

7 files changed

+62
-8
lines changed

.github/workflows/publish.yaml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: "Publish to Nuget"
2+
on:
3+
release:
4+
types:
5+
- "published"
6+
jobs:
7+
publish:
8+
name: "Publish to Nuget"
9+
runs-on: "ubuntu-latest"
10+
steps:
11+
- uses: "actions/checkout@v4"
12+
- uses: "actions/setup-dotnet@v4"
13+
with:
14+
dotnet-version: '8.x'
15+
# Store the version, stripping any v-prefix
16+
# This lets us use v-prefixed releases
17+
- name: Write release version
18+
run: |
19+
VERSION=${GITHUB_REF_NAME#v}
20+
echo Version: $VERSION
21+
echo "VERSION=$VERSION" >> $GITHUB_ENV
22+
- name: "Pack the project"
23+
working-directory: "src/Authzed.Net"
24+
run: "dotnet pack -c Release -o dist -p:PackageVersion=${VERSION} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:ContinuousIntegrationBuild=true"
25+
- name: "Publish to Nuget"
26+
working-directory: "src/Authzed.Net/dist"
27+
run: 'dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k "${{ secrets.NUGET_API_KEY }}" --skip-duplicate'

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
Debug
2+
src/Authzed.Net/bin
3+
src/Authzed.Net/out
4+
src/Authzed.Net/dist
5+
src/Authzed.Net/obj/Release

examples/protected-api/Api/Program.cs

-5
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,3 @@ void ConfigureSpiceDbChannel(IServiceProvider provider, GrpcChannelOptions optio
9797
.WithOpenApi();
9898

9999
app.Run();
100-
101-
record WeatherForecast(DateOnly Date, int TemperatureC, string? Summary)
102-
{
103-
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
104-
}

src/Authzed.Net/Authzed.Net.csproj

+28
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
8+
<PackageId>Authzed.Net</PackageId>
9+
<!-- NOTE: This gets overridden by a CLI flag on publish. -->
10+
<Version>0.1.0-alpha</Version>
11+
12+
<Description>
13+
This client library enables working with the SpiceDB centralized authorization system.
14+
For documentation, see https://authzed.com/docs or the README at https://github.com/authzed/authzed-dotnet.
15+
For the changelog for this library, see the github releases: https://github.com/authzed/authzed-dotnet/releases
16+
</Description>
17+
18+
<PackageTags>authzed;authz;authorization;zanzibar;spicedb;spicedb client</PackageTags>
19+
<Authors>Employees of Authzed, Inc</Authors>
20+
<Copyright>Copyright © Authzed, Inc 2024</Copyright>
21+
<Company>Authzed, Inc</Company>
22+
23+
<PackageProjectUrl>https://authzed.com</PackageProjectUrl>
24+
<RepositoryUrl>https://github.com/authzed/authzed-dotnet</RepositoryUrl>
25+
<RepositoryType>git</RepositoryType>
26+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
27+
<!-- TODO: -->
28+
<!--<PackageIcon>Icon.png</PackageIcon>-->
29+
<PackageReadmeFile>README.md</PackageReadmeFile>
730
</PropertyGroup>
831

932
<ItemGroup>
@@ -14,6 +37,11 @@
1437
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1538
<PrivateAssets>all</PrivateAssets>
1639
</PackageReference>
40+
41+
<None Include="$(MSBuildThisFileDirectory)..\..\LICENSE" Pack="true" PackagePath=""/>
42+
<None Include="$(MSBuildThisFileDirectory)..\..\README.md" Pack="true" PackagePath=""/>
43+
<!-- TODO: -->
44+
<!--<None Include="$(MSBuildThisFileDirectory)..\..\Icon.png" Pack="true" PackagePath=""/>-->
1745
</ItemGroup>
1846

1947
</Project>

src/Authzed.Net/obj/Authzed.Net.csproj.nuget.dgspec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"projects": {
77
"/home/tstirrat/authzed/authzed-dotnet/src/Authzed.Net/Authzed.Net.csproj": {
8-
"version": "1.0.0",
8+
"version": "0.1.0-alpha",
99
"restore": {
1010
"projectUniqueName": "/home/tstirrat/authzed/authzed-dotnet/src/Authzed.Net/Authzed.Net.csproj",
1111
"projectName": "Authzed.Net",

src/Authzed.Net/obj/project.assets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
"/home/tstirrat/.nuget/packages/": {}
402402
},
403403
"project": {
404-
"version": "1.0.0",
404+
"version": "0.1.0-alpha",
405405
"restore": {
406406
"projectUniqueName": "/home/tstirrat/authzed/authzed-dotnet/src/Authzed.Net/Authzed.Net.csproj",
407407
"projectName": "Authzed.Net",

src/Authzed.Net/obj/project.nuget.cache

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 2,
3-
"dgSpecHash": "zq5AA1voT2FFJPY+wp/gQKLdR11pQuZmbalwHSDET+IBQXpcAAFiJhCXO+kHhu2an8Kr5+yvmUiOfrFcL5l8pw==",
3+
"dgSpecHash": "D+iZ1elM89+JueRx+i69wfXeLlHYwCO/U/fwsKHlopBjb6LM2kWs7cjp9AHwUTDesOaveWzzvhhGsU4MgV+HuQ==",
44
"success": true,
55
"projectFilePath": "/home/tstirrat/authzed/authzed-dotnet/src/Authzed.Net/Authzed.Net.csproj",
66
"expectedPackageFiles": [

0 commit comments

Comments
 (0)