Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add the following to your `Directory.Build.props` file so all projects in your s

```xml
<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25" PrivateAssets="All"/>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.39" PrivateAssets="All"/>
</ItemGroup>
```

Expand Down Expand Up @@ -58,7 +58,7 @@ If you check out the same commit with the same SDK version and same nuget feed,
Add the following to the top of your projects or to `Directory.Build.props`:

```xml
<Sdk Name="DotNet.ReproducibleBuilds.Isolated" Version="1.2.25" />
<Sdk Name="DotNet.ReproducibleBuilds.Isolated" Version="1.2.39" />
```

## Contributing
Expand Down
14 changes: 14 additions & 0 deletions src/DotNet.ReproducibleBuilds.Isolated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.39]

### Added

- [Add codes and help links to existing warnings](https://github.com/dotnet/reproducible-builds/pull/68) - thanks @MattKotsenas!

### Removed

- [Remove unsetting of NetCoreTargetingPackRoot to allow package pruning](https://github.com/dotnet/reproducible-builds/pull/70) - thanks @MattKotsenas!

### Changed

- [Fix typo in Isolated package description](https://github.com/dotnet/reproducible-builds/pull/63) - thanks @austindrenski!

## [1.2.0]

### Changed
Expand Down
6 changes: 6 additions & 0 deletions src/DotNet.ReproducibleBuilds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.2.39]

### Added

- [Add codes and help links to existing warnings](https://github.com/dotnet/reproducible-builds/pull/68) - thanks @MattKotsenas!

## [1.2.25]

### Added
Expand Down