Skip to content

Commit

Permalink
updated dependencies to .net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Barale committed Nov 15, 2024
1 parent 5a8ff6d commit d99f04c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
16 changes: 1 addition & 15 deletions Sources/Assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@
- **Fork of MSMQ.Messaging**: Built on the foundation of the original project, updated for modern .NET technologies.
- **Simple Integration**: Drop-in replacement for the legacy `System.Messaging` namespace, making it easy to migrate to .NET Core.

## Installation

You can install `Msmq.NetCore` via [NuGet](https://www.nuget.org/packages/Msmq.NetCore/):

```
Install-Package Msmq.NetCore
```

Alternatively, you can manually add the package to your project file:

```
<PackageReference Include="Msmq.NetCore" Version="1.1.0" />
```

## Usage

### Basic Example
Expand Down Expand Up @@ -76,4 +62,4 @@ This project is a **fork** of [MSMQ.Messaging](https://github.com/weloytty/MSMQ.

## License

This project is licensed under the [MIT License](LICENSE).
This project is licensed under the [MIT License](../LICENSE).
8 changes: 4 additions & 4 deletions Sources/Msmq.NetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>Msmq.NetCore</AssemblyName>
<PackageId>Msmq.NetCore</PackageId>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Description>A drop-in replacement for System.Messaging on .NET Core (forked from MSMQ.Messaging)</Description>
<Authors>Erik Barale, Bill Loytty</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/berik-99/Msmq.NetCore</PackageProjectUrl>
<RepositoryUrl>https://github.com/berik-99/Msmq.NetCore</RepositoryUrl>
<PackageTags>MSMQ, System.Messaging, MSMQ.Messaging</PackageTags>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<PackageIcon>icon.png</PackageIcon>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Updated for .NET Standard 2.1 and .NET Core compatibility.</PackageReleaseNotes>
<PackageReleaseNotes>Updated to .NET 9</PackageReleaseNotes>
<Authors>Erik Barale</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageOutputPath>../Nuget/$(Configuration)/</PackageOutputPath>
Expand Down

0 comments on commit d99f04c

Please sign in to comment.