Skip to content

Commit

Permalink
Merge branch 'main' into publish
Browse files Browse the repository at this point in the history
  • Loading branch information
houseofcat committed Mar 26, 2024
2 parents b836b7c + 4797f0f commit 3ca7258
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: dotnet build RabbitMQ.Dataflows.sln --configuration Release --no-restore

- name: Publish HouseofCat.Compression
uses: brandedoutcast/publish-nuget@v2.5.5
uses: alirezanet/publish-nuget@v3.1.0
continue-on-error: true
with:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
Expand All @@ -44,7 +44,7 @@ jobs:
INCLUDE_SYMBOLS: true

- name: Publish HouseofCat.Data
uses: brandedoutcast/publish-nuget@v2.5.5
uses: alirezanet/publish-nuget@v3.1.0
continue-on-error: true
with:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
Expand All @@ -53,7 +53,7 @@ jobs:
INCLUDE_SYMBOLS: true

- name: Publish HouseofCat.Dataflows
uses: brandedoutcast/publish-nuget@v2.5.5
uses: alirezanet/publish-nuget@v3.1.0
continue-on-error: true
with:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
Expand All @@ -62,7 +62,7 @@ jobs:
INCLUDE_SYMBOLS: true

- name: Publish HouseofCat.Encryption
uses: brandedoutcast/publish-nuget@v2.5.5
uses: alirezanet/publish-nuget@v3.1.0
continue-on-error: true
with:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
Expand All @@ -71,7 +71,7 @@ jobs:
INCLUDE_SYMBOLS: true

- name: Publish HouseofCat.Hashing
uses: brandedoutcast/publish-nuget@v2.5.5
uses: alirezanet/publish-nuget@v3.1.0
continue-on-error: true
with:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
Expand All @@ -80,7 +80,7 @@ jobs:
INCLUDE_SYMBOLS: true

- name: Publish HouseofCat.Metrics
uses: brandedoutcast/publish-nuget@v2.5.5
uses: alirezanet/publish-nuget@v3.1.0
continue-on-error: true
with:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
Expand All @@ -89,7 +89,7 @@ jobs:
INCLUDE_SYMBOLS: true

- name: Publish HouseofCat.RabbitMQ
uses: brandedoutcast/publish-nuget@v2.5.5
uses: alirezanet/publish-nuget@v3.1.0
continue-on-error: true
with:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
Expand All @@ -98,7 +98,7 @@ jobs:
INCLUDE_SYMBOLS: true

- name: Publish HouseofCat.Serialization
uses: brandedoutcast/publish-nuget@v2.5.5
uses: alirezanet/publish-nuget@v3.1.0
continue-on-error: true
with:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
Expand All @@ -107,7 +107,7 @@ jobs:
INCLUDE_SYMBOLS: true

- name: Publish HouseofCat.Utilities
uses: brandedoutcast/publish-nuget@v2.5.5
uses: alirezanet/publish-nuget@v3.1.0
continue-on-error: true
with:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Tristan (HouseCat) Hyams
Copyright (c) 2024 Tristan (HouseCat) Hyams

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>3.1.0</Version>
<AssemblyVersion>3.1.0</AssemblyVersion>
<FileVersion>3.1.0</FileVersion>
<Version>3.1.1</Version>
<AssemblyVersion>3.1.1</AssemblyVersion>
<FileVersion>3.1.1</FileVersion>
</PropertyGroup>
</Project>

0 comments on commit 3ca7258

Please sign in to comment.