diff --git a/clients/algoliasearch-client-csharp/algoliasearch/Algolia.Search.csproj b/clients/algoliasearch-client-csharp/algoliasearch/Algolia.Search.csproj index 1ea0434b850..0d5c5eb9fbb 100644 --- a/clients/algoliasearch-client-csharp/algoliasearch/Algolia.Search.csproj +++ b/clients/algoliasearch-client-csharp/algoliasearch/Algolia.Search.csproj @@ -37,8 +37,8 @@ - - + + diff --git a/clients/algoliasearch-client-csharp/global.json b/clients/algoliasearch-client-csharp/global.json index 7b22d063daa..2ac2fc614a7 100644 --- a/clients/algoliasearch-client-csharp/global.json +++ b/clients/algoliasearch-client-csharp/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.402", + "version": "8.0.403", "rollForward": "latestMinor" } } diff --git a/config/.csharp-version b/config/.csharp-version index d5ecca2e190..c24fa68c4b6 100644 --- a/config/.csharp-version +++ b/config/.csharp-version @@ -1 +1 @@ -8.0.402 +8.0.403 diff --git a/docs/guides/csharp/src/src.csproj b/docs/guides/csharp/src/src.csproj index 2b86363ab25..ee2af8102b7 100644 --- a/docs/guides/csharp/src/src.csproj +++ b/docs/guides/csharp/src/src.csproj @@ -15,7 +15,7 @@ - + diff --git a/docs/snippets/csharp/src/src.csproj b/docs/snippets/csharp/src/src.csproj index 2b86363ab25..ee2af8102b7 100644 --- a/docs/snippets/csharp/src/src.csproj +++ b/docs/snippets/csharp/src/src.csproj @@ -15,7 +15,7 @@ - + diff --git a/playground/csharp/Playground/Playground.csproj b/playground/csharp/Playground/Playground.csproj index ef2e2e4fae8..cd8facf9f43 100644 --- a/playground/csharp/Playground/Playground.csproj +++ b/playground/csharp/Playground/Playground.csproj @@ -16,7 +16,7 @@ - + diff --git a/templates/csharp/netcore_project.mustache b/templates/csharp/netcore_project.mustache index b15ef4da7a1..4c1c711b61d 100644 --- a/templates/csharp/netcore_project.mustache +++ b/templates/csharp/netcore_project.mustache @@ -39,8 +39,8 @@ - - + + diff --git a/templates/csharp/snippets/src.csproj.mustache b/templates/csharp/snippets/src.csproj.mustache index 2b86363ab25..ee2af8102b7 100644 --- a/templates/csharp/snippets/src.csproj.mustache +++ b/templates/csharp/snippets/src.csproj.mustache @@ -15,7 +15,7 @@ - + diff --git a/tests/output/csharp/global.json b/tests/output/csharp/global.json index 7b22d063daa..2ac2fc614a7 100644 --- a/tests/output/csharp/global.json +++ b/tests/output/csharp/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.402", + "version": "8.0.403", "rollForward": "latestMinor" } }