Skip to content

Commit e866f4d

Browse files
Update project metadata. (#649)
1 parent 75f128c commit e866f4d

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

SdkCommon.csproj

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,33 @@
1313
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1515
</PropertyGroup>
16-
16+
1717
<ItemGroup>
1818
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
1919
<_Parameter1>UnitTest.$(AssemblyName)</_Parameter1>
20-
</AssemblyAttribute>
20+
</AssemblyAttribute>
2121
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
2222
<_Parameter1>UnitTest.RollbarTestCommon</_Parameter1>
23-
</AssemblyAttribute>
23+
</AssemblyAttribute>
2424
</ItemGroup>
25-
25+
2626
<PropertyGroup Label="SDK Release Essential Info">
27-
<SdkVersion>5.2.1</SdkVersion> <!-- Required: major.minor.patch -->
27+
<SdkVersion>5.2.2</SdkVersion> <!-- Required: major.minor.patch -->
2828
<SdkVersionSuffix></SdkVersionSuffix> <!-- Optional. Examples: alpha, beta, preview, RC etc. -->
2929
<SdkLtsRelease>false</SdkLtsRelease> <!-- Optional. Examples: false (default) or true. -->
3030
<SdkReleaseNotes> <!-- Required -->
3131

32-
fix: resolve #644 - Scrub access token in the message payload
32+
chore: Update project metadata.
3333

34-
</SdkReleaseNotes>
34+
</SdkReleaseNotes>
3535

3636
<!--
3737
Release Notes Tagging Conventions:
3838
==================================
39-
39+
4040
1. Every entry within the PackageReleaseNotes element is expected to be started with
4141
at least one of the tags listed:
42-
42+
4343
feat: A new feature
4444
fix: A bug fix
4545
docs: Documentation only changes
@@ -48,26 +48,26 @@
4848
perf: A code change that improves performance
4949
test: Adding or modifying unit test code
5050
chore: Changes to the build process or auxiliary tools and libraries such as documentation generation, etc.
51-
52-
2. Every entry within the PackageReleaseNotes element is expected to be tagged with
53-
EITHER
51+
52+
2. Every entry within the PackageReleaseNotes element is expected to be tagged with
53+
EITHER
5454
"resolve #GITHUB_ISSUE_NUMBER:" - meaning completely addresses the GitHub issue
55-
OR
55+
OR
5656
"ref #GITHUB_ISSUE_NUMBER:" - meaning relevant to the GitHub issue
5757
depending on what is more appropriate in each case.
5858
-->
59-
59+
6060
</PropertyGroup>
6161

62-
62+
6363
<PropertyGroup Label="SDK Common Assembly Info and NuGet Packaging Info" >
6464

6565
<PackageReleaseNotes>$(SdkReleaseNotes)</PackageReleaseNotes>
6666
<VersionPrefix>$(SdkVersion)</VersionPrefix>
6767
<VersionSuffix>$(SdkVersionSuffix)</VersionSuffix>
68-
<Company>Rollbar Inc</Company>
69-
<Owners>Andrey Kornich (Wide Spectrum Computing LLC), Rollbar Inc.</Owners>
70-
<Authors>Andrey Kornich (Wide Spectrum Computing LLC)</Authors>
68+
<Company>Rollbar, Inc.</Company>
69+
<Owners>Rollbar, Inc.</Owners>
70+
<Authors>Rollbar, Inc.</Authors>
7171
<Title>Rollbar.NET Notifier</Title>
7272
<Product>Rollbar.Net Notifier SDK</Product>
7373
<Description>Rollbar collects errors that happen in your application, notifies you, and analyzes them so you can debug and fix them.</Description>
@@ -83,8 +83,8 @@
8383
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8484
</PropertyGroup>
8585

86-
<PropertyGroup
87-
Label="SDK Common Assembly Info and NuGet Packaging Info for non-LTS releases"
86+
<PropertyGroup
87+
Label="SDK Common Assembly Info and NuGet Packaging Info for non-LTS releases"
8888
Condition="'$(SdkLtsRelease)'=='true'">
8989
<InformationalVersion>LTS-$(SdkVersion)-$(SdkVersionSuffix)</InformationalVersion>
9090
<ProductVersion>LTS-$(SdkVersion)-$(SdkVersionSuffix)</ProductVersion>
@@ -120,6 +120,6 @@
120120

121121
<!--REFERENCES:
122122
https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props
123-
123+
124124
-->
125125
</Project>

0 commit comments

Comments
 (0)