|
13 | 13 | <GenerateAssemblyInfo>true</GenerateAssemblyInfo> |
14 | 14 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
15 | 15 | </PropertyGroup> |
16 | | - |
| 16 | + |
17 | 17 | <ItemGroup> |
18 | 18 | <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
19 | 19 | <_Parameter1>UnitTest.$(AssemblyName)</_Parameter1> |
20 | | - </AssemblyAttribute> |
| 20 | + </AssemblyAttribute> |
21 | 21 | <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
22 | 22 | <_Parameter1>UnitTest.RollbarTestCommon</_Parameter1> |
23 | | - </AssemblyAttribute> |
| 23 | + </AssemblyAttribute> |
24 | 24 | </ItemGroup> |
25 | | - |
| 25 | + |
26 | 26 | <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 --> |
28 | 28 | <SdkVersionSuffix></SdkVersionSuffix> <!-- Optional. Examples: alpha, beta, preview, RC etc. --> |
29 | 29 | <SdkLtsRelease>false</SdkLtsRelease> <!-- Optional. Examples: false (default) or true. --> |
30 | 30 | <SdkReleaseNotes> <!-- Required --> |
31 | 31 |
|
32 | | - fix: resolve #644 - Scrub access token in the message payload |
| 32 | + chore: Update project metadata. |
33 | 33 |
|
34 | | - </SdkReleaseNotes> |
| 34 | + </SdkReleaseNotes> |
35 | 35 |
|
36 | 36 | <!-- |
37 | 37 | Release Notes Tagging Conventions: |
38 | 38 | ================================== |
39 | | - |
| 39 | +
|
40 | 40 | 1. Every entry within the PackageReleaseNotes element is expected to be started with |
41 | 41 | at least one of the tags listed: |
42 | | - |
| 42 | +
|
43 | 43 | feat: A new feature |
44 | 44 | fix: A bug fix |
45 | 45 | docs: Documentation only changes |
|
48 | 48 | perf: A code change that improves performance |
49 | 49 | test: Adding or modifying unit test code |
50 | 50 | 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 |
54 | 54 | "resolve #GITHUB_ISSUE_NUMBER:" - meaning completely addresses the GitHub issue |
55 | | - OR |
| 55 | + OR |
56 | 56 | "ref #GITHUB_ISSUE_NUMBER:" - meaning relevant to the GitHub issue |
57 | 57 | depending on what is more appropriate in each case. |
58 | 58 | --> |
59 | | - |
| 59 | + |
60 | 60 | </PropertyGroup> |
61 | 61 |
|
62 | | - |
| 62 | + |
63 | 63 | <PropertyGroup Label="SDK Common Assembly Info and NuGet Packaging Info" > |
64 | 64 |
|
65 | 65 | <PackageReleaseNotes>$(SdkReleaseNotes)</PackageReleaseNotes> |
66 | 66 | <VersionPrefix>$(SdkVersion)</VersionPrefix> |
67 | 67 | <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> |
71 | 71 | <Title>Rollbar.NET Notifier</Title> |
72 | 72 | <Product>Rollbar.Net Notifier SDK</Product> |
73 | 73 | <Description>Rollbar collects errors that happen in your application, notifies you, and analyzes them so you can debug and fix them.</Description> |
|
83 | 83 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
84 | 84 | </PropertyGroup> |
85 | 85 |
|
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" |
88 | 88 | Condition="'$(SdkLtsRelease)'=='true'"> |
89 | 89 | <InformationalVersion>LTS-$(SdkVersion)-$(SdkVersionSuffix)</InformationalVersion> |
90 | 90 | <ProductVersion>LTS-$(SdkVersion)-$(SdkVersionSuffix)</ProductVersion> |
|
120 | 120 |
|
121 | 121 | <!--REFERENCES: |
122 | 122 | https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props |
123 | | - |
| 123 | +
|
124 | 124 | --> |
125 | 125 | </Project> |
0 commit comments