Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Release re-linq to nuget.org
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chris Eldredge  
View profile  
 More options Jul 9 2012, 1:29 pm
From: Chris Eldredge <chris.eldre...@gmail.com>
Date: Mon, 9 Jul 2012 10:29:25 -0700 (PDT)
Local: Mon, Jul 9 2012 1:29 pm
Subject: Release re-linq to nuget.org

Hi,

I'm using nuget to manage dependencies on my projects (Lucene.Net.Linq and
a clone of NuGet.Server) and I'm depending on Remotion.Linq version
1.13.111.

I'd like to upgrade to a newer version, but it seems that the package
hasn't been released on nuget.org since last year.

Would it be possible to get version 1.13.158 released to the nuget gallery?
And perhaps to release regularly to nuget.org when releasing on
codeplex.com?

Thanks,

Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gordon Watts  
View profile   Translate to Translated (View Original)
 More options Jul 9 2012, 2:02 pm
From: "Gordon Watts" <gor...@gordonandpaula.net>
Date: Mon, 9 Jul 2012 11:02:03 -0700
Local: Mon, Jul 9 2012 2:02 pm
Subject: Re: [re-motion-users] Release re-linq to nuget.org

Hi,
  I’d like to second the nuget publishing as a default release step. Nuget makes managing packages so much easier than other methods.

    Cheers,
        Gordon.

From: Chris Eldredge
Sent: Monday, July 09, 2012 10:29 AM
To: re-motion-users@googlegroups.com
Subject: [re-motion-users] Release re-linq to nuget.org

Hi,

I'm using nuget to manage dependencies on my projects (Lucene.Net.Linq and a clone of NuGet.Server) and I'm depending on Remotion.Linq version 1.13.111.

I'd like to upgrade to a newer version, but it seems that the package hasn't been released on nuget.org since last year.

Would it be possible to get version 1.13.158 released to the nuget gallery? And perhaps to release regularly to nuget.org when releasing on codeplex.com?

Thanks,

Chris
--
You received this message because you are subscribed to the Google Groups "re-motion Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/re-motion-users/-/01IG1OPebvMJ.
To post to this group, send email to re-motion-users@googlegroups.com.
To unsubscribe from this group, send email to re-motion-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/re-motion-users?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fabian Schmied  
View profile   Translate to Translated (View Original)
 More options Jul 10 2012, 3:23 am
From: Fabian Schmied <fabian.schm...@gmail.com>
Date: Tue, 10 Jul 2012 09:23:15 +0200
Local: Tues, Jul 10 2012 3:23 am
Subject: Re: [re-motion-users] Release re-linq to nuget.org
Hi all,

>   I’d like to second the nuget publishing as a default release step. Nuget
> makes managing packages so much easier than other methods.

Yes, I too second that idea :)

In fact, we're planning to include a NuGet release step in our build
scripts that will upload NuGet packages including PDBs and sources
whenever we release a CodePlex build.
(The only reason why we haven't implemented that yet is that nobody
has taken the time to do so.)

Until then: the current "Remotion Linq Library" NuGet package is not
owned by us, but by Henrik Feldt. I'll mail him and ask him to update
the package to the most recent one.

Regards,
Fabian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gordon Watts  
View profile  
 More options Jul 10 2012, 7:18 pm
From: "Gordon Watts" <gor...@gordonandpaula.net>
Date: Tue, 10 Jul 2012 16:18:13 -0700
Local: Tues, Jul 10 2012 7:18 pm
Subject: Re: [re-motion-users] Release re-linq to nuget.org
Thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fabian Schmied  
View profile  
 More options Jul 23 2012, 5:44 am
From: Fabian Schmied <fabian.schm...@gmail.com>
Date: Mon, 23 Jul 2012 11:44:41 +0200
Local: Mon, Jul 23 2012 5:44 am
Subject: Re: [re-motion-users] Release re-linq to nuget.org
Just to keep you up-to-date about the NuGet thing; I've contacted
Henrik Feldt (the creator/owner of the Remotion.Linq package) twice,
but he hasn't answered yet.

Fabian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fabian Schmied  
View profile  
 More options Aug 7 2012, 5:31 am
From: Fabian Schmied <fabian.schm...@gmail.com>
Date: Tue, 7 Aug 2012 11:31:26 +0200
Local: Tues, Aug 7 2012 5:31 am
Subject: Re: [re-motion-users] Release re-linq to nuget.org
Hi,

I've now received ownership of the Remotion.Linq NuGet package, and
have updated it with the current re-linq build 1.13.161. It's a
package with symbols, so you can debug into re-linq by setting up
"http://srv.symbolsource.org/pdb/Public" as a symbol file location in
the Visual Studio debugger. For more information see
"http://blog.davidebbo.com/2011/04/easy-way-to-publish-nuget-packages-..."
("What the package Consumer needs to do").

Cheers,
Fabian

On Mon, Jul 23, 2012 at 11:44 AM, Fabian Schmied


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gordon Watts  
View profile  
 More options Aug 10 2012, 2:06 am
From: Gordon Watts <gor...@gordonandpaula.net>
Date: Thu, 9 Aug 2012 23:06:29 -0700
Local: Fri, Aug 10 2012 2:06 am
Subject: RE: [re-motion-users] Release re-linq to nuget.org

This is great! Thanks for doing this!

    Cheers,
        Gordon.

 > From: fabian.schm...@gmail.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »