Skip to content

Commit

Permalink
Merge pull request #66 from philvessey/dev
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
philvessey authored Nov 22, 2024
2 parents fd6d8ca + c5de802 commit 8934246
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 7 deletions.
28 changes: 27 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
{
"projectName": "NextDepartures",
"projectOwner": "philvessey"
"projectOwner": "philvessey",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "philvessey",
"name": "Phil Vessey",
"avatar_url": "https://avatars.githubusercontent.com/u/814882?v=4",
"profile": "https://github.com/philvessey",
"contributions": [
"code"
]
},
{
"login": "hypervtechnics",
"name": "hypervtechnics",
"avatar_url": "https://avatars.githubusercontent.com/u/10027956?v=4",
"profile": "https://github.com/hypervtechnics",
"contributions": [
"code"
]
}
]
}
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>

<TestDevelopmentVersion>17.11.1</TestDevelopmentVersion> <!-- Microsoft.NET.Test.Sdk -->
<TestDevelopmentVersion>17.12.0</TestDevelopmentVersion> <!-- Microsoft.NET.Test.Sdk -->
<TestFrameworkVersion>3.6.3</TestFrameworkVersion> <!-- MSTest.TestFramework -->

<DatabaseLibraryVersion>5.2.2</DatabaseLibraryVersion> <!-- Microsoft.Data.SqlClient -->
Expand Down
2 changes: 1 addition & 1 deletion NextDepartures.Standard/NextDepartures.Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Product>NextDepartures.Standard</Product>
<RepositoryUrl>https://github.com/philvessey/NextDepartures</RepositoryUrl>
<TargetFrameworks>$(TargetFrameworks)</TargetFrameworks>
<Version>3.5.3</Version>
<Version>3.5.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Product>NextDepartures.Storage.GTFS</Product>
<RepositoryUrl>https://github.com/philvessey/NextDepartures</RepositoryUrl>
<TargetFrameworks>$(TargetFrameworks)</TargetFrameworks>
<Version>3.5.3</Version>
<Version>3.5.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Product>NextDepartures.Storage.SqlServer</Product>
<RepositoryUrl>https://github.com/philvessey/NextDepartures</RepositoryUrl>
<TargetFrameworks>$(TargetFrameworks)</TargetFrameworks>
<Version>3.5.3</Version>
<Version>3.5.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NextDepartures.Test/NextDepartures.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Product>NextDepartures.Test</Product>
<RepositoryUrl>https://github.com/philvessey/NextDepartures</RepositoryUrl>
<TargetFrameworks>$(TargetFrameworks)</TargetFrameworks>
<Version>3.5.3</Version>
<Version>3.5.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ var results = await feed.GetStopsByZoneAsync();
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/philvessey"><img src="https://avatars.githubusercontent.com/u/814882?v=4&s=100" width="100px;" alt="Phil Vessey"/><br /><sub><b>Phil Vessey</b></sub></a><br /><a href="#code-philvessey" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hypervtechnics"><img src="https://avatars.githubusercontent.com/u/10027956?v=4&s=100" width="100px;" alt="hypervtechnics"/><br /><sub><b>hypervtechnics</b></sub></a><br /><a href="#code-hypervtechnics" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: '3.5.3'
name: '3.5.4'

trigger:
- master
Expand Down

0 comments on commit 8934246

Please sign in to comment.